3.2656 \(\int \frac{x^{-1-n}}{\sqrt{a+b x^n}} \, dx\)

Optimal. Leaf size=53 \[ \frac{b \tanh ^{-1}\left (\frac{\sqrt{a+b x^n}}{\sqrt{a}}\right )}{a^{3/2} n}-\frac{x^{-n} \sqrt{a+b x^n}}{a n} \]

[Out]

-(Sqrt[a + b*x^n]/(a*n*x^n)) + (b*ArcTanh[Sqrt[a + b*x^n]/Sqrt[a]])/(a^(3/2)*n)

_______________________________________________________________________________________

Rubi [A]  time = 0.0785427, antiderivative size = 53, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.21 \[ \frac{b \tanh ^{-1}\left (\frac{\sqrt{a+b x^n}}{\sqrt{a}}\right )}{a^{3/2} n}-\frac{x^{-n} \sqrt{a+b x^n}}{a n} \]

Antiderivative was successfully verified.

[In]  Int[x^(-1 - n)/Sqrt[a + b*x^n],x]

[Out]

-(Sqrt[a + b*x^n]/(a*n*x^n)) + (b*ArcTanh[Sqrt[a + b*x^n]/Sqrt[a]])/(a^(3/2)*n)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 8.21417, size = 41, normalized size = 0.77 \[ - \frac{x^{- n} \sqrt{a + b x^{n}}}{a n} + \frac{b \operatorname{atanh}{\left (\frac{\sqrt{a + b x^{n}}}{\sqrt{a}} \right )}}{a^{\frac{3}{2}} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**(-1-n)/(a+b*x**n)**(1/2),x)

[Out]

-x**(-n)*sqrt(a + b*x**n)/(a*n) + b*atanh(sqrt(a + b*x**n)/sqrt(a))/(a**(3/2)*n)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0891101, size = 72, normalized size = 1.36 \[ \frac{b \log \left (x^{-n} \left (2 \sqrt{a} \sqrt{a+b x^n}+2 a+b x^n\right )\right )-2 \sqrt{a} x^{-n} \sqrt{a+b x^n}}{2 a^{3/2} n} \]

Antiderivative was successfully verified.

[In]  Integrate[x^(-1 - n)/Sqrt[a + b*x^n],x]

[Out]

((-2*Sqrt[a]*Sqrt[a + b*x^n])/x^n + b*Log[(2*a + b*x^n + 2*Sqrt[a]*Sqrt[a + b*x^
n])/x^n])/(2*a^(3/2)*n)

_______________________________________________________________________________________

Maple [F]  time = 0.068, size = 0, normalized size = 0. \[ \int{{x}^{-1-n}{\frac{1}{\sqrt{a+b{x}^{n}}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^(-1-n)/(a+b*x^n)^(1/2),x)

[Out]

int(x^(-1-n)/(a+b*x^n)^(1/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^(-n - 1)/sqrt(b*x^n + a),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.242122, size = 1, normalized size = 0.02 \[ \left [\frac{b x^{n} \log \left (\frac{\sqrt{a} b x^{n} + 2 \, \sqrt{b x^{n} + a} a + 2 \, a^{\frac{3}{2}}}{x^{n}}\right ) - 2 \, \sqrt{b x^{n} + a} \sqrt{a}}{2 \, a^{\frac{3}{2}} n x^{n}}, -\frac{b x^{n} \arctan \left (\frac{a}{\sqrt{b x^{n} + a} \sqrt{-a}}\right ) + \sqrt{b x^{n} + a} \sqrt{-a}}{\sqrt{-a} a n x^{n}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^(-n - 1)/sqrt(b*x^n + a),x, algorithm="fricas")

[Out]

[1/2*(b*x^n*log((sqrt(a)*b*x^n + 2*sqrt(b*x^n + a)*a + 2*a^(3/2))/x^n) - 2*sqrt(
b*x^n + a)*sqrt(a))/(a^(3/2)*n*x^n), -(b*x^n*arctan(a/(sqrt(b*x^n + a)*sqrt(-a))
) + sqrt(b*x^n + a)*sqrt(-a))/(sqrt(-a)*a*n*x^n)]

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**(-1-n)/(a+b*x**n)**(1/2),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{-n - 1}}{\sqrt{b x^{n} + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^(-n - 1)/sqrt(b*x^n + a),x, algorithm="giac")

[Out]

integrate(x^(-n - 1)/sqrt(b*x^n + a), x)